go/types.termlist.isAll (method)
8 uses
go/types (current package)
termlist.go#L49: func (xl termlist) isAll() bool {
typeset.go#L39: func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() }
typeset.go#L43: if s.terms.isAll() {
typeset.go#L102: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
typeset.go#L347: if comp && !terms.isAll() {
typeset.go#L358: if !terms.isAll() {
typeset.go#L362: assert(!comp || terms.isAll()) // comparable invariant
typestring.go#L334: case s.terms.isAll():
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)